home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP Ekim 1996.iso / prog / ara405 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1996-09-18  |  277 b   |  19 lines

  1. @echo off
  2.  
  3. md c:\chip
  4. md c:\chip\ekim96
  5. md c:\chip\ekim96\ara405
  6. cd c:\chip\ekim96\ara405
  7.  
  8. if exist d:\setup.001 d:
  9. if exist e:\setup.001 e:
  10. if exist f:\setup.001 f:
  11. if exist g:\setup.001 g:
  12. if exist h:\setup.001 h:
  13.  
  14. cd\prog\ara405
  15. copy *.* c: /Y
  16.  
  17. c:
  18. ara.exe
  19.